home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_24760.txt < prev    next >
Text File  |  1990-08-24  |  3KB  |  157 lines

  1. -- card: 24760 from stack: in.0
  2. -- bmap block id: 45425
  3. -- flags: 0000
  4. -- background id: 15491
  5. -- name: Custom Menus
  6.  
  7.  
  8. -- part 13 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=286 top=139 right=308 bottom=457
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 174
  16. -- text size: 14
  17. -- style flags: 16384
  18. -- line height: 19
  19. -- part name: List
  20.  
  21.  
  22. -- part 8 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=70 top=139 right=295 bottom=246
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 174
  30. -- text size: 14
  31. -- style flags: 16384
  32. -- line height: 19
  33. -- part name: List
  34.  
  35.  
  36. -- part 14 (button)
  37. -- low flags: 00
  38. -- high flags: 2000
  39. -- rect: left=39 top=138 right=180 bottom=227
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: user-definable menus
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   go cd the short name of me
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 15 (button)
  56. -- low flags: 00
  57. -- high flags: 2000
  58. -- rect: left=39 top=196 right=238 bottom=227
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: creating a new menu
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   go cd the short name of me
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 16 (button)
  75. -- low flags: 00
  76. -- high flags: 2000
  77. -- rect: left=39 top=252 right=294 bottom=242
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: controlling menus
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   go cd the short name of me
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 17 (button)
  94. -- low flags: 00
  95. -- high flags: 2000
  96. -- rect: left=252 top=138 right=180 bottom=440
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: menu items—1
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   go cd the short name of me
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 18 (button)
  113. -- low flags: 00
  114. -- high flags: 2000
  115. -- rect: left=252 top=197 right=239 bottom=440
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: menu items—2
  124. ----- HyperTalk script -----
  125. on mouseUp
  126.   go cd the short name of me
  127. end mouseUp
  128.  
  129.  
  130.  
  131. -- part contents for card part 8
  132. ----- text -----
  133. USER-DEFINABLE MENUS
  134.  
  135. CREATING 
  136. A NEW MENU
  137.  
  138. CONTROLLING MENUS WITH HYPERTALK
  139.  
  140.  
  141. -- part contents for card part 13
  142. ----- text -----
  143. THE BEHAVIOR OF MENU ITEMS‚Äî 1
  144.  
  145. THE BEHAVIOR OF MENU ITEMS‚Äî 2
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154. -- part contents for background part 6
  155. ----- text -----
  156.  
  157. HyperCard 2.0 provides full HyperTalk control over the appearance and behavior of the standard HyperCard menus‚Äîwithout the use of resources. Click the options to learn more.